home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / postogrf.zip / BEBOOP.SRC next >
Text File  |  1989-03-27  |  102b  |  6 lines

  1. procedure BeBoop;
  2. begin
  3.      sound(2500); delay(10);
  4.      sound(2000); delay(15); nosound;
  5. end;
  6.